projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17cfb9
)
Fix typo in the GtkStrinFilter constructor declaration
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 17 Jul 2020 13:16:46 +0000
(14:16 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 17 Jul 2020 13:16:46 +0000
(14:16 +0100)
gtk/gtkstringfilter.h
patch
|
blob
|
history
diff --git
a/gtk/gtkstringfilter.h
b/gtk/gtkstringfilter.h
index fece96e7aeebeb8178e53fd31ee75dffe99054d0..6b8a85234b0824cfbeefe976317c15c01ef5d07e 100644
(file)
--- a/
gtk/gtkstringfilter.h
+++ b/
gtk/gtkstringfilter.h
@@
-51,7
+51,7
@@
GDK_AVAILABLE_IN_ALL
G_DECLARE_FINAL_TYPE (GtkStringFilter, gtk_string_filter, GTK, STRING_FILTER, GtkFilter)
GDK_AVAILABLE_IN_ALL
-GtkFilter * gtk_string_filter_new (GtkExpression *exp
o
ression);
+GtkFilter * gtk_string_filter_new (GtkExpression *expression);
GDK_AVAILABLE_IN_ALL
const char * gtk_string_filter_get_search (GtkStringFilter *self);